{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# CS240: Computer Organization\n", "\n", "## Blank, Fall 2015\n", "### Assignment2: Representing Numbers\n", "\n", "This assignment is designed to:\n", "\n", "* Understand numeric representation\n", "* Think about implementation\n", "* Understand the point where programming meets hardware\n", "\n", "**Assignment**\n", "\n", "Do the following exercises: 2.2, 2.5, 2.14, 2.27, 2.39, and 2.40.\n", "\n", "**Due**: Wednesday September 9, 2015, class time. \n", "\n", "**Grading criteria**:\n", "\n", "**Correctness of answer**: 100%\n", "\n" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto LC3", "language": "asm", "name": "calysto_lc3" }, "language_info": { "file_extension": ".asm", "mimetype": "text/x-gas", "name": "gas" } }, "nbformat": 4, "nbformat_minor": 0 }